home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
Games
/
soccer_skill.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
339b
|
14 lines
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
loadedkbytes = Math.ceil(loadedbytes / 1000) + " Kb";
totalkbytes = Math.ceil(totalbytes / 1000) + " Kb";
if(loadedbytes == totalbytes)
{
gotoAndStop(5);
}
frame = int(loadedbytes / (totalbytes / 100));
tellTarget(_root.loader)
{
gotoAndStop(_root.frame);
}